Skip to content

Conversation

@godot11
Copy link

@godot11 godot11 commented Sep 28, 2022

This fixes #246, #247, and an erroneous test in Analysis.XMDYNPhotonMatterAnalysis.XMDYNPhotonMatterAnalysis.

@godot11
Copy link
Author

godot11 commented Sep 29, 2022

Please hold on with merging this one. pylab.find may not have been what I thought it was. It seems it was matplotlib.mlab.find which is simply

import numpy as np

def find(condition):
    res, = np.nonzero(np.ravel(condition))
    return res

and was removed in matplotlib versions >= 3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in DetectorGeometry.DetectorPanel documentation

1 participant